home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / Vidichrome v1.00.adf / t / ed-backup
Text File  |  1989-03-31  |  676b  |  26 lines

  1. ;
  2. ;VIDICHROME
  3. ;COLOUR
  4. ;SOFTWARE
  5. ;
  6. SWITCH
  7. c:SetPatch >NIL: ;patch system functions
  8. cd c:
  9. echo "VidiChrome version 1.00, © 1989 Rombo Productions*N"
  10. Sys:System/FastMemFirst ; move C00000 memory to last in list
  11. BindDrivers
  12. FF >NIL: -0 ;speed up Text
  13. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  14. resident c:Execute pure
  15. mount newcon:
  16. ;
  17. failat 11
  18. run execute s:StartupII ;This lets resident be used for rest of script
  19. wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
  20. ;
  21. path ram: c: sys:utilities sys:system s: sys:prefs add ;set path for Workbench
  22. LoadWB delay  ;wait for inhibit to end before continuing
  23. cd :
  24. run >NIL: VidiChrome
  25. endcli >NIL:
  26.